projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5989d
)
src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".
author
Alan Mackenzie
<acm@muc.de>
Thu, 19 Nov 2015 09:38:48 +0000
(09:38 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Thu, 19 Nov 2015 09:40:39 +0000
(09:40 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 2449abb7dfcbd4472f5eee2923417f04e35dade8..849066c3c26e2cfaaced5ac9fa6b1a242f23f999 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-11372,7
+11372,7
@@
If an unhandled error happens in running this hook,
the function in which the error occurred is unconditionally removed, since
otherwise the error might happen repeatedly and make Emacs nonfunctional.
-See also `p
re
-command-hook'. */);
+See also `p
ost
-command-hook'. */);
Vpre_command_hook = Qnil;
DEFVAR_LISP ("post-command-hook", Vpost_command_hook,